home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / andere sprachen / oberonv4 / tool / find.tool (.txt) < prev    next >
Encoding:
Oberon Text  |  1996-01-09  |  380 b   |  10 lines

  1. Syntax10.Scn.Fnt
  2. Find.Domain ~
  3.     Specify the files in which Find.All should search for a pattern.
  4. Find.All ^
  5.     Searches the selection in the files specified with Find.Domain.
  6.     Lists all lines containing the pattern.
  7. Find.Diff ^
  8.     Compares two texts starting from the two most recent selections
  9.     Sets new selections at the first position where the two texts differ.
  10.